home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 1
/
Meeting Pearls Vol 1 (1994).iso
/
installed_progs
/
comm
/
ums
/
user.lha
/
User
/
rexx
/
QuitUMS.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-11-03
|
233 b
|
14 lines
/* quit the currently running default UMS server */
libname = "ums.library"
if ~show("L", libname) then do
if ~addlib(libname, 0, -210, 8) then do
say libname "not found!"
exit
end
end
say "quitting..."
call QuitUMS()